KiCadDocumentation.cmake: fix install target for HTML docu
authorCarsten Schoenert <c.schoenert@t-online.de>
Sun, 25 Sep 2016 07:56:25 +0000 (09:56 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Wed, 25 Jan 2017 21:38:35 +0000 (21:38 +0000)
commit39bfd5cbea9d8b1e5f391ed528ee17958985c571
treeaab3619811c09c6c412313f3dfc80ff389f1bb28
parent5a7c726823d1d7b73fd94be4c4c323d504bef1ad
KiCadDocumentation.cmake: fix install target for HTML docu

The old default behaviour while installing the generated HTML content is
to install the whole images/$LANG folders into every generated language.
This was producing a lot of useless duplicated data.  After applying a
commit from upstream [1] this problem was partially fixed, but the
default images were not installed.

This commit fixes changing the kind of creating the list for the default
images that will be installed in a next step. Also the images from the
English language is needed as some howtos use them.

[1] https://github.com/KiCad/kicad-doc/commit/027c096941105048da8921ac2d8bc4d1594b14a9

Gbp-Pq: Topic fixes
Gbp-Pq: Name KiCadDocumentation.cmake-fix-install-target-for-HTML-docu.patch
doc/CMakeModules/KiCadDocumentation.cmake